EinhugurODT.Container
Footer
Footer (private) | Private constructor. |
ItemCount (Inherited) | Number of items in the container. |
ParagraphCount (Inherited) | Returns number of paragraphs in the container. |
TableCount (Inherited) | Returns number of tables in the container. |
AppendParagraph (Inherited) | Appends paragraph without creating run. |
AppendParagraph (Inherited) | Appends paragraph at back of the container, creating one run for the string passed in with this method. |
AppendTable (Inherited) | Appends table to the back of the container. |
ApplyFieldData (Inherited) | Applies filed data on the container. |
Item (Inherited) | Returns item at given index. (Paragraphs or tables) |
Items (Inherited) | Returns DocumentItemIterator for the items in the container. This property is for using with for each statements. |
Paragraph (Inherited) | Gets paragraph at given index. |
Paragraphs (Inherited) | Returns ParagraphIterator for the paragraphs in the container. This property is for using with for each statements. |
RemoveItem (Inherited) | Removes item from the container. |
Table (Inherited) | Gets table at given index. |
Tables (Inherited) | Returns TableIterator for the tables in the container. This property is for using with for each statements. |